type github.com/klauspost/compress/zstd.decodeAsmContext
7 uses
github.com/klauspost/compress/zstd (current package)
seqdec_amd64.go#L18: func sequenceDecs_decode_amd64(s *sequenceDecs, br *bitReader, ctx *decodeAsmContext) int
seqdec_amd64.go#L23: func sequenceDecs_decode_56_amd64(s *sequenceDecs, br *bitReader, ctx *decodeAsmContext) int
seqdec_amd64.go#L28: func sequenceDecs_decode_bmi2(s *sequenceDecs, br *bitReader, ctx *decodeAsmContext) int
seqdec_amd64.go#L33: func sequenceDecs_decode_56_bmi2(s *sequenceDecs, br *bitReader, ctx *decodeAsmContext) int
seqdec_amd64.go#L36: func decodeAsm(s *sequenceDecs, br *bitReader, ctx *decodeAsmContext, lte56bits bool) int {
seqdec_asm.go#L37: type decodeAsmContext struct {
seqdec_asm.go#L181: ctx := decodeAsmContext{
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |